home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Check Mimes.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
691b
|
31 lines
[SUBJECT]
Description=Display all the mime types you have installed on the visitor's browser
ImageIndex=-1
Folder=Tools
[BODY_TEXT]
;<div align="center">
;<script language="JavaScript">
;<!-- Begin
;document.writeln("<TABLE BORDER=1><TR VALIGN=TOP>",
;"<TH ALIGN=left>i",
;"<TH ALIGN=left>type",
;"<TH ALIGN=left>description",
;"<TH ALIGN=left>suffixes</TR>");
;for (i=0; i < navigator.mimeTypes.length; i++) {
;document.writeln("<TR VALIGN=TOP><TD>",i,
;"<TD>",navigator.mimeTypes[i].type,
;"<TD>",navigator.mimeTypes[i].description,
;"<TD>",navigator.mimeTypes[i].suffixes,
;"</TR>");
; }
;document.writeln("</TABLE>");
;// End -->
;</script>
;</div>
;